home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1995
/
MacHack 1995.toast
/
Presentations
/
Presentations ’88
/
Feldt's Object Stuff
/
SSG include
/
EdOpts.h
< prev
next >
Wrap
Text File
|
1986-11-20
|
701b
|
27 lines
/*
** Lanstar - EdOptFuncts.h
** Aztec C compiler 1.06h
** Lightspeed C compiler 1.02
**
** David A. Surovell
** 20-Nov-86
*/
#define STYLcount 8
#define SIZEcount 7
#define JUSTcount 3
#define TEXTcellH 80
#define TEXTcellV 16
extern ControlHandle edoptWPB1,edoptWPB2;
extern WindowPtr edoptWP;
extern WindowRecord edoptWR;
extern ListHandle fontList,stylList,sizeList,justList;
extern int TESizes[];
extern Boolean InitEdOpts(),GetEdOpts(),SetEdOpts();
extern Boolean BuildEOLists(),HndlEDOwindow(),PtInEOLists();
extern void KillEdOpts();